projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c939fdb
)
Fix compilation warning: use the correct conversion specifier
author
Javier Jardón
<jjardon@gnome.org>
Sun, 20 Dec 2009 20:13:26 +0000
(21:13 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 20 Dec 2009 23:39:19 +0000
(
00:39
+0100)
Use G_GSIZE_FORMAT instead of %d
gdk-pixbuf/io-png.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/io-png.c
b/gdk-pixbuf/io-png.c
index 8b90865855a26f9c6f451ea50b36d34b3c49ec9c..da9c6198480d265b92841494fcb77ee88c57d58d 100644
(file)
--- a/
gdk-pixbuf/io-png.c
+++ b/
gdk-pixbuf/io-png.c
@@
-883,7
+883,7
@@
static gboolean real_save_png (GdkPixbuf *pixbuf,
g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_BAD_OPTION,
- _("Color profile has invalid length '%
d
'."),
+ _("Color profile has invalid length '%
" G_GSIZE_FORMAT "
'."),
icc_profile_size);
success = FALSE;
goto cleanup;